3.20.23 \(\int \frac {x}{4+4 x+x^2} \, dx\)

Optimal. Leaf size=12 \[ \frac {2}{x+2}+\log (x+2) \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {27, 43} \begin {gather*} \frac {2}{x+2}+\log (x+2) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x/(4 + 4*x + x^2),x]

[Out]

2/(2 + x) + Log[2 + x]

Rule 27

Int[(u_.)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[u*Cancel[(b/2 + c*x)^(2*p)/c^p], x] /; Fr
eeQ[{a, b, c}, x] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

\begin {align*} \int \frac {x}{4+4 x+x^2} \, dx &=\int \frac {x}{(2+x)^2} \, dx\\ &=\int \left (-\frac {2}{(2+x)^2}+\frac {1}{2+x}\right ) \, dx\\ &=\frac {2}{2+x}+\log (2+x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 12, normalized size = 1.00 \begin {gather*} \frac {2}{x+2}+\log (x+2) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x/(4 + 4*x + x^2),x]

[Out]

2/(2 + x) + Log[2 + x]

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x}{4+4 x+x^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x/(4 + 4*x + x^2),x]

[Out]

IntegrateAlgebraic[x/(4 + 4*x + x^2), x]

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 16, normalized size = 1.33 \begin {gather*} \frac {{\left (x + 2\right )} \log \left (x + 2\right ) + 2}{x + 2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(x^2+4*x+4),x, algorithm="fricas")

[Out]

((x + 2)*log(x + 2) + 2)/(x + 2)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 13, normalized size = 1.08 \begin {gather*} \frac {2}{x + 2} + \log \left ({\left | x + 2 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(x^2+4*x+4),x, algorithm="giac")

[Out]

2/(x + 2) + log(abs(x + 2))

________________________________________________________________________________________

maple [A]  time = 0.05, size = 13, normalized size = 1.08 \begin {gather*} \ln \left (x +2\right )+\frac {2}{x +2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(x^2+4*x+4),x)

[Out]

2/(x+2)+ln(x+2)

________________________________________________________________________________________

maxima [A]  time = 0.93, size = 12, normalized size = 1.00 \begin {gather*} \frac {2}{x + 2} + \log \left (x + 2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(x^2+4*x+4),x, algorithm="maxima")

[Out]

2/(x + 2) + log(x + 2)

________________________________________________________________________________________

mupad [B]  time = 0.82, size = 12, normalized size = 1.00 \begin {gather*} \ln \left (x+2\right )+\frac {2}{x+2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(4*x + x^2 + 4),x)

[Out]

log(x + 2) + 2/(x + 2)

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 8, normalized size = 0.67 \begin {gather*} \log {\left (x + 2 \right )} + \frac {2}{x + 2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(x**2+4*x+4),x)

[Out]

log(x + 2) + 2/(x + 2)

________________________________________________________________________________________